home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr44 / ppl4c10.zip / ASCII.H < prev    next >
Text File  |  1995-02-02  |  397b  |  18 lines

  1. /* ascii control chars */
  2. #define SOH      0x01
  3. #define STX      0x02
  4. #define ETX      0x03
  5. #define EOT      0x04
  6. #define ENQ      0x05
  7. #define ACK      0x06
  8. #define BS       0x08
  9. #define CR       0x0d
  10. #define LF       0x0a
  11. #define DLE      0x10
  12. #define XON      0x11
  13. #define XOFF     0x13
  14. #define NAK      0x15
  15. #define CAN      0x18
  16. #define CTLZ     0x1a
  17. #define ESC      0x1b
  18.